Copper Work Order API

(0 reviews)

Rate Limiting

All requests sent from a specific API consumer to the Copper Work Order API may be subject to a rate limit.

Rate limiting restricts the number of requests which the API accepts for processing over a given period of time (time window). If the number of requests exceeds the rate limit, then subsequent requests are rejected.

If rate limiting is applied to your requests, responses will contain the following headers that provide more information regarding the rate limit status:

Header Description Example
x-ratelimit-remaining Number of requests remaining for this time period 1 - Another 1 requests can be submitted before they are rejected
x-ratelimit-limit Total number of requests permitted per time period 2 - Rate limit of 2 requests in time period (as defined by X-Ratelimit-Reset)
x-ratelimit-reset Time remaining in current time period in milliseconds 1000 - Time window of 1 second, the time bound applied to the rate limiting

Reviews